CCCCCCCCCCCC CCCCCCCCCCCC CCCC CCCC ooooooo CCCC oo oo nnn CCCC oo oo n n t r i b u t e d Library for the Agilent ChemStation CCCC oo oo n n CCCC ooooooo CCCC CCCCCCCCCCCC CCCCCCCCCCCC Agilent ChemStation Revision A.06.01 and higher Date 09-Aug-04 LCMS Macro Contribution #1 Contribution 'View Switching and File Information.' Revision History ---------------- 1. A.01 original version for ChemStation A.06.01 15-Oct-98 Contribution Purpose -------------------- This macro adds an Info Toolbar at the right side of the session window. The Info Toolbar allows the user to: 1) easily switch among Chemstation views, 2) take a data snapshot from the online session, 3) display and print file and sample information about the currently loaded data file, 4) display and print file and sample information about an entire directory of data files. The macro also adds a hide/show menu item to the program's menu (UCL, Show Info Toolbar). Contribution Structure ---------------------- One macro file: INFO.MAC Toolbar INI file: INFOGUI.INI Bitmap files required for the toolbar: CAMERA.BMP DA.BMP DIAG.BMP INFO.BMP INFO1.BMP MSTUNE.BMP RPT.BMP TOP.BMP VERIFY.BMP This file: README.TXT Prerequisites ------------- - MS Windows NT 4.0, Windows 2000, or Windows XP as required by the revision of the ChemStation in use - The ChemStation software, Rev A.06.01 or higher - Chemstation Library file : This macro file requires HPMSP008.DLL to be present in the directory \CHEM32\MS\800. If the ChemStation was not loaded in the default directory (\CHEM32) then the reference to this file in line 13 of INFOGUI.INI must be changed to reflect the ChemStation installation directory. If the reference to this file is not specified correctly an error message will appear when the macro is loading stating that the library file is missing and the macro will not load. Installation ------------ - Copy all the macro's files (except this readme.txt file) to the ChemStation's executable directory, 'C:\CHEM32\CORE' by default. - If the ChemStation was not loaded in the default directory (\CHEM32) then modify the INFOGUI.INI file as described in the Prerequisites section of this document. Use --- Load and start the macro with: macro INFO.MAC, go The macro will create an Info Toolbar at the right side of the session and add a menu item (UCL, Show Info Toolbar) to the program menu. Use this menu item to hide or show the Info Toolbar. Operation Overview ------------------ The Info Toolbar appears at the right of all views. Toolbar Buttons: Method and Run Control View Data Analysis View Report Layout View Verification View Diagnostic View MS Tune View These first six buttons switch among the Chemstation views. Take/Load a Snapshot This takes a snapshot of a run in-progress, or loads a snap shot data file. Data File Header Info This button displays a table of file and sample information for the currently loaded data file. This information may be printed. Chromatographic Information displayed includes: File name with path Date/Time of acquisition Operator Sample name Sample information (Comments) Acquisition method Sequence line of the run Vial number Injection Number Injection Volume Sample Amount ISTD Amount Multiplier Dilution MSD Parameters (if available) Quad temprature Gas temperature Rough Vacuum Level High Vacuum level Capacitor current Chamber current Drying gas flow rate Nebulizer current Summary Info for a folder of Data Files This button displays a tabular listing of file and sample information for all data files in the selected folder. This information may be printed. Note: Use the File, Printer Setup... dialog to switch your printer to Landscape orientation before printing this information. Chromatographic Information displayed includes: File name with path Date/Time of acquisition Operator Sample name Sample information (Comments) Acquisition method Menu Modifications The macro also adds a menu item to the UCL, Show Info Toolbar to the program menu, allowing the user to hide or show the Info Toolbar. System File Modification For Automatic Macro Loading: ------------------------------------------------------------ I. Append (cut/paste) the following lines to the end of the USER.MAC file. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! Loads INFO.MAC - View Switch and File/Folder Info ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! MACRO "INFO.MAC" !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!